body {
    padding-top: 86px;
    background: #f8f8f8;
}

ul,
li {
    list-style: none;
}
/*Ö÷ÌâÉ«*/
:root{
    --color: #16ce3b;
}

.themeColor {
    color: var(--color);
}

.themeBgcolor {
    background: var(--color);
    border-color:var(--color);
    color: #fff;
}

.newslist .media:hover .nmore {
    background: var(--color);
    color: #fff;
}

.page-item.active .page-link {
    background: var(--color);
    border-color: var(--color);
}

.page-link {
    color: var(--color);
}

h1,
h2,
h3,
h4,
h5 {
    color: #000;
    font-weight: bolder;
}

a {
    text-decoration: none;
    color: #333;
}

    a:hover {
        text-decoration: none;
        color: var(--color);
    }

.hover:hover {
    color: var(--color) !important;
}

.poin:hover {
    cursor: pointer;
}

.font12 {
    font-size: 12px;
    color: #999;
}

.font14 {
    font-size: 14px;
}

.color9 {
    color: #999;
}

.ellepsis {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellepsis2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellepsis3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#menu {
    display: none;
    width: 30px;
    height: 30px;
    margin-top: -8px;
}

    #menu .a1,
    #menu .a2,
    #menu .a3 {
        display: block;
        width: 25px;
        height: 2px;
        background: var(--color);
        margin-top: 7px;
        transform-origin: right center;
        transition: all 0.3s ease;
        border-radius: 10px;
    }

        #menu .a1.show {
            transform: rotate(-45deg);
        }

        #menu .a2.show {
            opacity: 0;
        }

        #menu .a3.show {
            transform: rotate(45deg);
        }

.rmenu {
    position: fixed;
    top: 45px;
    right: 0;
    width: 200px;
    height: 100%;
    transition: all 0.3s ease;
    background: #444;
    transform: translate(200px, 0);
    z-index: 1000;
}

.list-group-item {
    color: #fff;
    background: none;
}

    .list-group-item.active {
        background: var(--color);
        border-color: var(--color);
    }

    .list-group-item:hover {
        background: var(--color);
        border-color: var(--color);
        color: #fff;
    }

.rmenu.show {
    right: 0;
    transform: translate(0, 0);
}

.lcontent {
    transition: all 0.3s ease;
}


    .lcontent.show {
        transform: translate(-200px, 0);
    }

#header {
    width: 100%;
    height: 86px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 -10px 20px var(--color);
}

#nav {
    margin: auto;
    background: none;
}

#logo {
}

    #logo img {
        height: 60px;
        display: block;
    }

.navbar-nav li a:hover {
    color: var(--color) !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
}

.navbar-light .navbar-nav .active > .nav-link {
    color: var(--color);
}

.ptc {
    color: var(--color);
}

.cp1 .card {
    border: none;
    padding: 20px 0;
}

    .cp1 .card:hover {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
        cursor: pointer;
    }

    .cp1 .card img {
        width: 60%;
        height:100%;
        display: block;
        margin: auto;
        transition: all 0.3s ease;
    }
        .cp1 .card img:hover {
            transform: scale(1.2);
            cursor: pointer;
        }

    .cp1 .card .card-body {
        border-top: 1px solid #eee;
        z-index: 100;
        background: url(../img/iconright.jpg) no-repeat center right;
        background-size: 27px 15px;
    }

    .cp1 .card .card-title {
        margin-bottom: 0;
    }

        .cp1 .card .card-title:hover {
            color: var(--color);
            cursor: pointer;
        }

    .cp1 .card .card-text {
        font-size: 12px;
        color: #999;
    }

.more {
    margin: 80px 0;
    text-align: center;
}

    .more a {
        width: 220px;
        height: 60px;
        border: 1px solid var(--color);
        display: inline-block;
        border-radius: 100px;
        line-height: 60px;
        text-align: center;
        color: var(--color);
    }

        .more a:hover {
            background: var(--color);
            color: #fff;
        }

.cp2 {
    background: #fff;
    margin: auto;
    padding: 0;
}

    .cp2 .row {
        margin: 0;
        padding: 0;
    }

    .cp2 .col-6,
    .cp2 .col-3 {
        margin: 0 !important;
        padding: 0;
        cursor: pointer;
    }

    .cp2 .row {
        display: flex;
        align-items: stretch;
        display: -webkit-flex;
        -webkit-align-items: stretch;
        display: -ms-flex;
        -ms-align-items: stretch;
    }

    .cp2 li {
        position: relative;
        overflow: hidden;
    }

        .cp2 li.leftli {
        }

            .cp2 li.leftli > div {
                position: relative;
                z-index: 1;
            }

            .cp2 li.leftli img {
                position: absolute;
                bottom: 0;
                right: 0;
                min-height: 100%;
                min-width: 100%;
                z-index: 0;
            }

        .cp2 li.rightli {
            display: flex;
            flex-direction: column;
            display: -webkit-flex;
            -webkit-flex-direction: column;
            display: -ms-flex;
            -ms-flex-direction: column;
        }

            .cp2 li.rightli > div {
                display: flex;
                align-items: center;
                display: -webkit-flex;
                -webkit-align-items: center;
                display: -ms-flex;
                -ms-align-items: center;
            }

                .cp2 li.rightli > div img {
                    padding: 0;
                }

                .cp2 li.rightli > div .media-body > div {
                    border-left: 2px solid #000;
                    padding-left: 10px;
                }

#smallm {
    display: none;
}

    #smallm .leftli {
        padding: 10px;
    }

    #smallm .rightli img {
        max-width: 100%;
    }

    #smallm .rightli .media {
        position: relative;
    }

    #smallm .rightli .media-body {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 2;
        overflow: hidden;
        color: #fff;
    }

        #smallm .rightli .media-body:before {
            content: '';
            display: block;
            position: absolute;
            top: -20px;
            left: 0;
            z-index: -1;
            width: 200%;
            height: 100%;
            background: rgba(0, 0, 0, 0.3);
            -webkit-filter: blur(10px);
        }

.news {
    background: url(../img/bg.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 40px 0;
    margin: 60px 0 0 0;
}

    .news > div {
        cursor: pointer;
    }

    .news .row > div .hrr,
    .news .row > div .itext,
    .news .row > div .imore,
    .news .row > div .itime {
        transition: all 0.5s ease;
    }

    .news .row > div:hover .hrr {
        width: 100% !important;
    }

    .news .row > div:hover .itext {
        transform: translate(0, -10px);
    }

    .news .row > div:hover .imore {
        right: 0 !important;
    }

    .news .row > div:hover .itime {
        margin-left: 30px !important;
        color: #000;
    }

.about {
    overflow: hidden;
    position: relative;
    background: url(../img/bg3.jpg) no-repeat center center;
    background-size: auto 100%;
}

    .about .leftimg {
        position: absolute;
        top: 0;
        left: 0;
        /* height: 100%; */
        width: 100%;
        z-index: -1;
    }

.abox {
    /* background: #fff; */
    width: 80%;
    /* margin-right: 10%; */
    height: 600px;
    /* float: right; */
    padding: 60px;
    margin: 100px auto;
}

.fuwu {
}

    .fuwu .card {
        border: none;
        background: none;
    }

        .fuwu .card > div {
            height: 200px;
        }

        .fuwu .card > .card-body {
            padding: 20px 0;
        }

    .fuwu .fimg:nth-child(odd) {
        border-bottom: 1px solid #eee;
    }

    .fuwu .fimg:nth-child(even) {
        border-top: 1px solid #eee;
    }

    .fuwu .card-img-top {
        height: 100px;
        width: 100px;
        display: block;
        margin: auto;
        margin-top: 50px;
    }

#fwsmall {
    display: none;
}

.footer {
    background: url(../img/bg3.jpg) no-repeat center center;
    background-size: 100% 100%;
    color: #fff;
    padding: 100px 0;
}

    .footer h5 {
        color: #fff;
    }

    .footer .aaaa {
        overflow: hidden;
    }

    .footer .left {
        float: left;
        width: 60%;
    }

    .footer .right {
        float: right;
        width: 40%;
    }

    .footer .erweima {
        width: 150px;
    }

    .footer .input-group-text {
        background: none;
        border: none;
        color: #fff;
    }

#top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 100;
    width: 80px;
    height: 100px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff !important;
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: -ms-flex;
    -ms-flex-direction: column;
    -ms-justify-content: center;
    cursor: pointer;
    display: none;
}

    #top:hover {
        /* background: rgba(0, 0, 0, 0.7); */
        background: rgba(0, 0, 0, 0.8);
    }

    #top h1 {
        color: #fff;
    }



@media screen and (max-width:992px) {
    body {
        padding-top: 45px;
    }

    #header {
        height: 45px;
    }

        #header #logo img {
            height: 30px;
            display: block;
        }

    .ititle {
    }

    .ititle,
    .more {
        margin: 20px auto !important;
    }

        .ititle h2 {
            font-size: 20px !important;
        }

    .navbar {
        padding: 7px 0px;
    }

    .navbar-brand {
        padding: 0;
    }

    #menu {
        display: block;
    }

    .cp1 .row {
        padding: 0;
    }

    .cp1 li {
        padding-left: 5px;
        padding-right: 5px;
    }

    /*.cp1 li:last-child {
		display: none;
	}*/

    #bigm {
        display: none;
    }

    #smallm {
        display: block;
    }

        #smallm li.leftli img {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 100%;
            z-index: 0;
        }

    .news h5 {
        margin-bottom: 10px !important;
    }

    .news .row > div {
        margin-bottom: 20px;
    }

    .news .row p {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .newslist .row {
        margin: 0;
    }

    .newslist .imgbox {
        margin-right: 0px !important;
        padding: 5px;
    }

    .newslist .body1 {
        padding: 0 5px;
    }

        .newslist .body1 p {
            text-overflow: -o-ellipsis-lastline;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

        .newslist .body1 div {
            margin-bottom: 5px !important;
        }

    .newslist .body2 span {
        display: none;
    }

    .more a {
        width: 120px;
        height: 40px;
        line-height: 40px;
    }

    .about .leftimg {
        position: relative;
        width: 100%;
    }

    .about .abox {
        width: 100%;
        margin: 0;
        padding: 10px;
        height: auto;
    }

    #fwbig {
        display: none;
    }

    #fwsmall {
        display: block;
    }

    .footer {
    }

        .footer .right {
            width: 100%;
            margin-left: 0 !important;
        }

        .footer .left {
            width: 100%;
            text-align: center;
            margin-right: 0 !important;
            margin-top: 30px;
        }

    .footer {
        background: url(../img/bg3.jpg) no-repeat center center;
        background-size: auto 100%;
        color: #fff;
        padding: 100px 0;
    }

    #top {
        transform: scale(0.7);
    }

    #pills-tab .nav-link {
        padding: 5px;
    }

    .cplist > div {
        padding: 4px;
    }

        .cplist > div .card {
            margin-bottom: 0;
        }

    #mymap {
        height: 300px !important;
    }

    .mapmask {
        width: 300px !important;
        height: 120px;
    }

        .mapmask h5 {
            font-size: 14px;
        }
}
